From: Juanma Barranquero Date: Thu, 14 Jan 2010 18:49:53 +0000 (+0100) Subject: Fix typo in error message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8716^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4010e57e6dd0b513b6f1c31058406ae1f524994c;p=emacs.git Fix typo in error message. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63acd315de8..a755794483a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-01-14 Juanma Barranquero + + * progmodes/flymake.el (flymake-post-syntax-check): + Fix typo in error message. + 2010-01-14 Juanma Barranquero * hexl.el (hexl-printable-character): Fix check of `hexl-iso', diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 865cd153be1..4af331c5c29 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -643,7 +643,7 @@ It's flymake process filter." (flymake-report-status "" "") ; PASSED (if (not flymake-check-was-interrupted) (flymake-report-fatal-status "CFGERR" - (format "Configuration error has occured while running %s" command)) + (format "Configuration error has occurred while running %s" command)) (flymake-report-status nil ""))) ; "STOPPED" (flymake-report-status (format "%d/%d" err-count warn-count) ""))))